This website requires JavaScript.
Explore
Help
Sign In
sh-edraft.de
/
sh_linux_installation_scripts
Watch
3
Star
0
Fork
1
You've already forked sh_linux_installation_scripts
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
27fc4e152e
sh_linux_installation_scripts
/
common
/
apps
/
snap
/
simplenote.sh
7 lines
104 B
Bash
Raw
Normal View
History
Unescape
Escape
Improved project structure
2021-03-07 17:40:20 +01:00
#!/bin/bash
install_simplenote
(
)
{
Added echo outputs
2021-04-10 00:26:46 +02:00
echo
"Installing Simplenote"
Improved project structure
2021-03-07 17:40:20 +01:00
sudo snap install simplenote
}
Reference in New Issue
Copy Permalink