Updated uconsole-rotate
This commit is contained in:
@@ -33,6 +33,8 @@ dpkg-deb --build "$pkg_path" "$output_path"
|
|||||||
response=$(curl --silent --show-error --user "$user:$pass" --upload-file "$output_path" "$remote_url" 2>&1)
|
response=$(curl --silent --show-error --user "$user:$pass" --upload-file "$output_path" "$remote_url" 2>&1)
|
||||||
if echo "$response" | grep -q "package file already exists"; then
|
if echo "$response" | grep -q "package file already exists"; then
|
||||||
echo "Upload skipped: package file already exists on the server. You might have forgot to update the version number in the control file"
|
echo "Upload skipped: package file already exists on the server. You might have forgot to update the version number in the control file"
|
||||||
|
elif echo "$response" | grep -q "authGroup.Verify"; then
|
||||||
|
echo "Upload failed: authentication failed"
|
||||||
else
|
else
|
||||||
echo "$response"
|
echo "$response"
|
||||||
echo "Package $output_path uploaded successfully"
|
echo "Package $output_path uploaded successfully"
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -3,5 +3,6 @@ Version: 0.1
|
|||||||
Maintainer: Olivier
|
Maintainer: Olivier
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
Replaces: rpd-plym-splash, raspberrypi-ui-mods, piwiz
|
||||||
Description: uconsole-custom-theme
|
Description: uconsole-custom-theme
|
||||||
uconsole-custom-theme provides wallpapers and boot splash cacamiel theme
|
Custom uConsole theme providing wallpapers, boot splash screen and user avatar
|
||||||
|
|||||||
Reference in New Issue
Block a user