> Βασικά, θα σύστηνα να χρησιμοποιήσουν τις ακόλουθες εντολές στο terminal: > > sudo rm -f /etc/apt/sources.list.d/luckybackup-maintainers.list > echo "deb http://ppa.launchpad.net/luckybackup-maintainers/ppa/ubuntu > `lsb_release -sc` main" | sudo tee -a > /etc/apt/sources.list.d/luckybackup-maintainers.list >
Το'φαγε το Google. Έκανα attach ένα bash script (luckybackup-maintainers-ppa.sh). To κατεβάζετε και το τρέχετε με "sudo bash ./luckybackup-maintainers-ppa.sh" Eίτε αυτές τις εντολές από το pastebin: http://pastebin.ubuntu-gr.org/f3e77c2f http://pastebin.ca/raw/1366522
sudo rm -f /etc/apt/sources.list.d/luckybackup-maintainers.list echo "deb http://ppa.launchpad.net/luckybackup-maintainers/ppa/ubuntu `lsb_release -sc` main" | sudo tee -a /etc/apt/sources.list.d/luckybackup-maintainers.list
luckybackup-maintainers-ppa.sh
Description: Bourne shell script
-- Ubuntu-gr mailing list [email protected] If you do not want to receive any more messages from the ubuntu-gr mailing list, please follow this link and choose unsubscribe: https://lists.ubuntu.com/mailman/listinfo/ubuntu-gr

